apply

open override fun <T : Vector1<*>> apply(obj: T): T(source)

Applies the transformation to a geometric object.

Return

The transformed object of the same concrete type.

Parameters

T

The concrete type of the object, which must be a subtype of O.

obj

The geometric object to transform.